Sandbox Logo

Sandbox.Utility.CircularBuffer<T>.ToArray

T[] ToArray()

Description

Copies the buffer contents to an array, according to the logical contents of the buffer (i.e. independent of the internal order/contents)

Return

A new array with a copy of the buffer contents.

User Comments